home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / util307.arc / QUIKUP.DOC < prev    next >
Text File  |  1987-03-04  |  2KB  |  42 lines

  1.                           QUIcK power UP routines
  2.  
  3.         Programs and documentation copyright 1983 by Herb Shear.
  4.  
  5. QUIKUP.COM is a short assembly language routine which meets the following
  6. objectives:
  7.  
  8.     1.  Permit utilization a RAM in excess of the 544KB limit imposed by
  9.         the system board switches.
  10.  
  11.     2.  Permit fast power ups by allowing the system board switches to be
  12.         set to a low value.
  13.  
  14.     3.  Be compatible with AUTOEXEC.BAT for no hands booting.
  15.  
  16.     4.  No untested or potential parity error bytes.
  17.  
  18. To enjoy its features, employ the following steps:
  19.  
  20.     1.  Copy QUIKUP.COM to your DOS SYSTEM (boot) disk.
  21.  
  22.     2.  Make QUIKUP the first entry in the AUTOEXEC.BAT file.
  23.  
  24.     3.  Set the system board switches for a total memory of 64KB.  You
  25.         may later have to increase this in order to run a certain class
  26.         of software that deserves no further mention.
  27.  
  28.     4.  Power up.
  29.  
  30.  
  31. QUIKUPQD.COM is basically identical, with a slight modification so that it
  32. will work in cooperation with Quadram's QM.EXE, QDXT.EXE and QMXT.EXE RAM
  33. Drive programs (which just happen to be on this very same SVCS Club Disk
  34. No. 43).  [EDITOR'S NOTE:  Not so on this SFpcUG Disk #106, however.]  Note
  35. that these three ramdrives do not check for a Quadram board (mighty nice of
  36. them).  Further note that the `XT' only implies DOS 2.0's 9 sector tracks,
  37. and should not be construed as a restriction to XT hardware.
  38.  
  39.     In the second step above make QUIKUPQD the first AUTOEXEC.BAT file
  40.     entry followed by the desired ramdrive.  QUICKUPQD and Q* n/A will
  41.     work together to resolve the endless reboot dilemma.
  42.